*{
    text-align: justify;
}

body{
    background-color: rgb(255, 242, 227);
}
main{
    position: relative;
    top: 60px;
}

h2{
    text-align: center;
    text-decoration: underline solid;
    color: #021F59;
    font-size: xx-large; 
}
.divcuri{
    font-family: Arial, Helvetica, sans-serif;
}

.divcuri p{
    line-height: 170%;
    margin: auto;
    font-size: larger;
    width: auto;
    height: auto;
    max-width: 1000px;
    position: relative;
    top: 20px;
    color: black;
}

.cornish{
    font-family: Arial, Helvetica, sans-serif;
    top: 55px;
    position: relative;
}

.cornish p{
    line-height: 170%;
    width: auto;
    height: auto;
    font-size: larger;
    margin: auto;
    color: black;
    top: 20px;
    position: relative;
    max-width: 800px;
}
.cornish div img{
    border: 5px solid #021F59;
    width: auto;
    height: auto;
    max-width: 750px;
    max-height: 700px;
    position: relative;
    top: 60px;
}
.cornish div{
    text-align: center;
}